is_big_integer
Determine whether this JSON value can be converted to big_integer.
All JSON values that return true with is_integer() also return true with is_big_integer(), though the reverse is not the case, since big_integer values may fall outside the integer range.
Return
true if this JSON value can be converted to big_integer, false otherwise
Since
0.14.16